home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 95 / MOBICLIC 95.ISO / mac / MWB_DATA / TCH095 / TCH095_00 / TCH095_00.swf / scripts / frame_1 / DoAction.as
Text File  |  2007-06-28  |  1KB  |  33 lines

  1. function joueSonTch(my_MC, lListeSons, lNomSon, lFaitAvancer)
  2. {
  3.    lPosSon = getPos(lListeSons,lNomSon);
  4.    my_MC.gSonJoue = lPosSon;
  5.    if(my_MC[_root.gLangue + "_my_comment_" + lPosSon] != undefined)
  6.    {
  7.       _root.dernierComment = my_MC[_root.gLangue + "_my_comment_" + lPosSon];
  8.       _root.gCommentOn = 1;
  9.       my_MC[_root.gLangue + "_my_comment_" + lPosSon].start();
  10.       if(lFaitAvancer === 1)
  11.       {
  12.          my_MC.gotoAndPlay(my_MC._currentframe + 1);
  13.       }
  14.    }
  15. }
  16. function stopComment(lComment)
  17. {
  18.    _root.gCommentOn = 0;
  19.    lComment.stop();
  20. }
  21. gOnProd = 0;
  22. gOnDir = 1;
  23. if(gOnDir === 0)
  24. {
  25.    gST = 1;
  26. }
  27. gST = 1;
  28. gAllowFlags = 0;
  29. _root.sousTitre = 0;
  30. gListColors = ["0x000000","0xFFFFFE","0xFFFF00","0x999900","0x66CC33","0x007700","0x6699FF","0x0000FF","0xFF0000","0xCC0000","0xCC9933","0x663333","0xFF00FF","0x990099"];
  31. gListPolices = ["Arial","MattoSans-Bold","Comic Sans MS","Futura","Handwriting","Times","Papyrus","Fine Hand","AgrafieLL","L\'Olivier-Irregular","Textile","DoloresBold","SF Espionage Medium,Freehand591 BT"];
  32. gListCorps = [9,10,12,14,18,24,36,48,72];
  33.